gtk4.git
2004-02-18 Duarte LoretoUpdated Portuguese translation.
2004-02-18 Soeren SandmannUse a scratch GC in the case where the background is...
2004-02-18 Soeren SandmannReset clip region back to NULL on cached GC (rest of...
2004-02-18 Soeren SandmannFix bug reported by Nam SungHyun.
2004-02-18 Federico Mena... Use HIG-compliant spacings. This sucks a lot.
2004-02-18 Federico Mena... Add a missing semicolon to an entity.
2004-02-18 Matthias ClasenDocument some peculiarities of the ::delete_range signa...
2004-02-18 Soeren SandmannGC caching, bug #125645 (based on patch by Brian Cameron)
2004-02-17 Kjartan MaraasUpdated Norwegian translation.
2004-02-17 Ole LaursenUpdated Danish translation.
2004-02-17 Matthias Clasen...and don't forget to initalize priv->columns to 1.
2004-02-17 Matthias ClasenMake sure that we keep priv->columns >= 1 even for...
2004-02-17 Soeren SandmannFix for #119722, reported by Olexiy Avramchenko, patch...
2004-02-17 Sanlig BadralUpdated Mongolian translation
2004-02-17 Matthias ClasenA forgotten file.
2004-02-17 Mark McLoughlinonly reference input method modules we've actually...
2004-02-17 Vincent van... Translation updated by Tino Meinen.
2004-02-17 Paisa SeeluangsawatUpdated Thai translation.
2004-02-17 Francisco Javier... Updated Spanish translation.
2004-02-17 Owen TaylorRevert last commit, please don't commit patches without...
2004-02-16 David Odindon't try to draw more than 32767 segments at a time...
2004-02-16 Federico Mena... Umm, I'm on crack. Use gtk_accelerator_get_default_mod_...
2004-02-16 Søren Sandmann... Fix ChangeLog
2004-02-16 Soeren SandmannCall gtk_tool_item_set_expand(), not gtk_tool_item_set_...
2004-02-16 Federico Mena... Added an example of how to use GDK_MODIFIER_MASK to...
2004-02-16 Federico Mena... Oops - Federico
2004-02-16 Federico Mena... Little addition to the modifiers example - Federico
2004-02-16 Federico Mena... Added an example of how to use GDK_MODIFIER_MASK to...
2004-02-16 Paisa SeeluangsawatUpdated Thai (th) translation.
2004-02-16 Christian RoseUpdated Swedish translation.
2004-02-16 Artur FlintaUpdated Polish translation by GNOME PL Team.
2004-02-16 Laurent DhimaUpdated Albanian translation
2004-02-16 Laurent DhimaUpdated
2004-02-16 Miloslav TrmacUpdate Czech translation
2004-02-15 Matthias ClasenSplit declaration and assignment of combo_box.
2004-02-15 Matthias ClasenAdd short descriptions.
2004-02-15 Matthias ClasenAdd deprecation notes pointing people to GtkComboBox.
2004-02-15 Mətin ƏmirovTranslation updated.
2004-02-15 Matthias ClasenDocument the tree DND API.
2004-02-14 Matthias ClasenMake stock_size an uint property, to allow custom icon...
2004-02-14 Manish SinghRemove unnecessary STRIP_* definitions, and GNU make...
2004-02-14 Federico Mena... Don't set a default size for the dialog - Federico
2004-02-14 Matthias ClasenRemove duplicated section for file gtktreednd.sgml.
2004-02-14 Federico Mena... Duh, duh, duh! Don't bail out if the bookmarks file...
2004-02-14 Federico Mena... Fix #129020.
2004-02-13 Matthias ClasenUse do instead of while. (#134031, Morten Welinder);
2004-02-13 Matthias ClasenSuppress xsltproc and xmlcatalog checks if enable_man...
2004-02-13 Matthias ClasenRemove checks for sgml2html. It was once used for build...
2004-02-13 Owen TaylorRemove a couple of unneeded #includes. Isn't unsupporte...
2004-02-13 Kjartan MaraasUpdated Norwegian translation.
2004-02-13 Owen TaylorFix various compilation problems (#134312, David Hawthorne)
2004-02-13 Artur FlintaUpdated Polish translation by GNOME PL Team.
2004-02-13 Dmitry Mastrukovru.po: Updated Russian translation from Russian team...
2004-02-13 Owen TaylorVarious reentrancy fixes for widgets being destroyed...
2004-02-13 Matthias ClasenDon't draw bevels around active, RELIEF_NONE buttons...
2004-02-13 Matthias ClasenProtect getc_unlocked() by HAVE_FLOCKFILE in all cases...
2004-02-12 Matthias ClasenFix for #104811, Padraig O'Briain:
2004-02-12 Owen TaylorRemove an extraneous + 1 (#134015, Torsten Schoenfeld)
2004-02-12 Matthias ClasenNew function to improve the accessibility of tooltips...
2004-02-12 Matthias ClasenMake these public and add docs.
2004-02-12 Alessio FruscianteUpdated Italian translation by Alessio Dessi`.
2004-02-12 Manish SinghAssign xtype using gdk_x11_atom_to_xatom_for_display...
2004-02-12 Francisco Javier... Updated Spanish translation.
2004-02-12 Miloslav TrmacUpdate Czech translation
2004-02-12 Soeren SandmannFix up item_area correctly in RTL mode. (#133984, patch...
2004-02-12 Laurent DhimaUpdated Albanian translation
2004-02-12 Laurent DhimaUpdated
2004-02-12 Christian RoseUpdated Swedish translation.
2004-02-12 Matthias ClasenCorrect the docs.
2004-02-12 Danilo ŠeganUpdated Serbian translation.
2004-02-12 Danilo ŠeganReviewed by Aleksandar Urosevic; Updated.
2004-02-12 Matthias ClasenCall gtk_drag_source_set(), so that things like gtk_dra...
2004-02-11 Matthias ClasenFix misleading debug output.
2004-02-11 Arafat MediniUpdated Arabic translation.
2004-02-11 Federico Mena... New ::map() handler. If no widget has the focus, try...
2004-02-11 Christian NeumairUpdated German translation.
2004-02-11 Federico Mena... Fixes #134051.
2004-02-11 Federico Mena... Shift the array correctly. Fixes #134055, patch by...
2004-02-11 Matthias ClasenHandle focus [hv]adjustment correctly when the focus...
2004-02-11 Matthias ClasenRemove arbitrary low upper limits on the xpad, ypad...
2004-02-10 Pauli VirtanenUpdated Finnish translation.
2004-02-10 Federico Mena... Free the filters. Fixes #133547, patch by Morten Welinder
2004-02-10 Owen TaylorAvoid triggering an X error when the client->manager_wi...
2004-02-10 Federico Mena... Fixes the entry-related part of #133852.
2004-02-10 Federico Mena... Fixes #133995, patch by Morten Welinder <mortenw@gnome...
2004-02-10 Matthias ClasenDocument these functions.
2004-02-10 Gustavo Noronha... updated translation, changed translation to 'radio...
2004-02-09 Federico Mena... Request GTK_FILE_INFO_ALL from the file system model...
2004-02-09 Matthias ClasenUgh. Don't try to free ints, even if they're stored...
2004-02-09 Federico Mena... Fix #132256.
2004-02-09 Federico Mena... If the folder is already open, add the requested info...
2004-02-09 Vincent van... Translation updated by Tino Meinen.
2004-02-09 Denis Lackovic*** empty log message ***
2004-02-09 Christian RoseUpdated Maori translation by John C Barstow <jbowtie...
2004-02-09 Denis Lackovic*** empty log message ***
2004-02-09 Manish Singhdeclare _xdg_utf8_skip as extern to prevent multiple...
2004-02-08 Francisco Javier... Updated Spanish translation.
2004-02-08 Christian RoseUpdated Swedish translation.
2004-02-08 Christophe... Updated French translation.
2004-02-08 Alessio FruscianteUpdated Italian translation by Alessio Dessi`.
next